-- XML schema extracted from ITU-T H.812.1 (11/2017)

<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="DeviceObservationConsumer" targetNamespace="urn:ihe:pcd:dec:2010" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="urn:ihe:pcd:dec:2010"> <wsdl:types> <xsd:schema> <xsd:import namespace="urn:ihe:pcd:dec:2010" schemaLocation="DeviceObservationConsumer.xsd"></xsd:import> </xsd:schema> </wsdl:types> <wsdl:message name="CommunicatePCDData_Message"> <wsdl:documentation>Communicate PCD Data</wsdl:documentation> <wsdl:part name="body" element="tns:CommunicatePCDData" /> </wsdl:message> <wsdl:message name="CommunicatePCDDataResponse_Message"> <wsdl:documentation>Communicate PCD Data Response</wsdl:documentation> <wsdl:part name="body" element="tns:CommunicatePCDDataResponse" /> </wsdl:message> <wsdl:portType name="DeviceObservationConsumer_PortType"> <wsdl:operation name="CommunicatePCDData"> <wsdl:input message="tns:CommunicatePCDData_Message" wsaw:Action="urn:ihe:pcd:2010:CommunicatePCDData" /> <wsdl:output message="tns:CommunicatePCDDataResponse_Message" wsaw:Action="urn:ihe:pcd:2010:CommunicatePCDDataResponse" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="DeviceObservationConsumer_Binding_Soap12" type="tns:DeviceObservationConsumer_PortType"> <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="CommunicatePCDData"> <soap12:operation soapAction="urn:ihe:pcd:2010:CommunicatePCDData" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="DeviceObservationConsumer_Service"> <wsdl:port binding="tns:DeviceObservationConsumer_Binding_Soap12" name="DeviceObservationConsumer_Port_Soap12"> <soap12:address location="http://www.example.org/" /> </wsdl:port> </wsdl:service> </wsdl:definitions>